home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000181_news@columbia.edu_Fri Nov 18 05:02:38 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA11285
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 19 Nov 1994 11:34:49 -0500
  3. Received: by apakabar.cc.columbia.edu id AA01470
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 19 Nov 1994 11:34:47 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!news.mathworks.com!udel!gatech!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Help with binary downloads.
  9. Message-Id: <1994Nov18.110238.33219@cc.usu.edu>
  10. Date: 18 Nov 94 11:02:38 MDT
  11. References: <1994Nov17.125037@clstac>
  12. Organization: Utah State University
  13. Lines: 23
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <1994Nov17.125037@clstac>, kastanchfiel@csupomona.edu (Kevin Anthony Stanchfield) writes:
  17. > I use MS-Kermit to call up my Internet account from my house through
  18. > a CSUNet local dialup to Cal Poly Pomona, Ca.  The system at Cal Poly 
  19. > is a VAX.  I am able to "GET" text files, but not binary files.  Even 
  20. > after I "SET FILE TYPE BINARY" on _both_ ends.  My terminal is set to 
  21. > 9600 7n1 VT102, I'm using MS-Kermit 3.14 with a USR 14.4 FAX/Modem on 
  22. > port 2.  Can someone help?
  23. > Thank You.
  24. ---------
  25.     There was a bug in MSK 3.14 beta prior to 12, a side effect of
  26. adding the "whatami" feature. The resulting transmission mode ended
  27. up being text no matter what.
  28.     May I suggest to testers that when you do find a bug please
  29. try the current beta to see if it's been fixed.
  30.  
  31.     Items underway for the next beta:
  32.     Certain operations with string substitution were confused when
  33. \fname appears and the name isn't one of the \fxxx() functions. Fixed.
  34.     Still questions on RTS/CTS, to be investigated this weekend.
  35.     Set Parity blah<ESC> shows extra "(8 data bits)" tag. Yes, I
  36. may change that.
  37.     Joe D.